gcc-mozilla software package provides GCC, the GNU Compiler Collection, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install gcc-mozilla
gcc-mozilla is installed in your system.
Make ensure the gcc-mozilla package were installed using the commands given below,
$ sudo dpkg-query -l | grep gcc-mozilla *
You will get with gcc-mozilla package name, version, architecture and description in a table
| Distro | Ubuntu 12 04 lts precise pangolin |
| Section | Development |
| Package | gcc-mozilla |
| Version | 4.8.4-0ubuntu1~12.04.1 |
| Description | GCC, the GNU Compiler Collection |
| Sub Section | devel |